[][src]Function dart_sys::Dart_GetNativeBooleanArgument

pub unsafe extern "C" fn Dart_GetNativeBooleanArgument(
    args: Dart_NativeArguments,
    index: c_int,
    value: *mut bool
) -> Dart_Handle

Gets a boolean native argument at some index. \param args Native arguments structure. \param arg_index Index of the desired argument in the structure above. \param value Returns the boolean value if the argument is a Boolean. \return Success if no error occurs. Otherwise returns an error handle.