libbinder_rs: Use NonNull inside Status

Replacing the raw pointer inside Status with
a NonNull will allow us to wrap Status in an
Option<Status> transparently and transmute between
the two types.

Bug: 278648274
Test: presubmit
Change-Id: I61aea43fdd238d62dfffa6300bc8e0eac8e17a21
1 file changed